@charset "utf-8";
/* CSS Document */

html, body{
    font-family: 'Abel', sans-serif;
    margin: 0px;
    padding: 0px;
    color:#333;
}

body{
    background: #ECE5D3 url("bg_ornament.png") center center repeat-y;
}

h1, h2, h3{
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
}

h1{
    font-size: 36px;
    color:#5F2263;
    margin-bottom: 20px;
}

h3{
    font-size: 24px;
    color:#5F2263;
}

.mb-d-25{margin-bottom: 25px;}
.mb-d-40{margin-bottom: 40px;}


.cta{
    font-size: 34px;
}

.text-purple{
    color:#5F2263;
}

.text-brown,
a.text-brown:link,
a.text-brown:visited,
a.text-brown:hover,
a.text-brown:active{
    color:#382500;
}

.text-center{
    text-align: center;
}

.center-box{
    display:block;
    position: relative;
    box-sizing: border-box;
    width:96%;
    max-width: 1640px;
    margin:0px auto;	
    margin-bottom: 30px;

}

.content-box{
    display: block;
    position: relative;
    box-sizing: border-box;
    text-align: center;

}

.bg-purple{
    background-color: #5F2263;
}

.bg-brown{
    background-color: #382500;
}

#headerArc{
    position: absolute;
    display: none;
    z-index: -1;
}

#headerArcPath{
    fill:#5f2263;
}

#headerBar{
    background-color: #5F2263;
    color: #FFF;
}

#headerContent{
    height:80px;
    margin-bottom:40px;
}

#headerContent #phone,
#headerContent #email{
    display: none;	
}

#headerContent #logo{
    display:block;
    position:relative;
    width:120px;
}

#headerContent #logo img{
    width:100%;
    height:auto;
}

#mobileNavTrigger{
    display:block;
    position:absolute;
    width:35px;
    height:35px;
    top:25px;
    right:35px;
}

#mobileNavTrigger:link,
#mobileNavTrigger:visited,
#mobileNavTrigger:hover,
#mobileNavTrigger:active{
    outline:none;
    color:#FFF;
    text-decoration:none;
}

#mobileNav{
    display: block;
    position:absolute;
    top:0px;
    right:0px;
    width:60%;
    height:100vh;
    background: rgba(236,229,211,.9);
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.3); 
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.3);
}

.mobileNavTop{
    display: block;
    width:100%;
    text-align: right;
    padding-top: 20px;
    padding-right: 38px;
    margin-bottom: 8px;
}

#mobileNav li{
    background:rgba(95,34,99,.75);
    margin-bottom:1px;
}

#mobileNav li a:link,
#mobileNav li a:visited,
#mobileNav li a:hover,
#mobileNav li a:active{
    color:#FFF;
}

#mobileNavDismiss:link,
#mobileNavDismiss:visited,
#mobileNavDismiss:hover,
#mobileNavDismiss:active{
    font-size: 52px;
    line-height: 1em;
    text-decoration:none;
    color:#666;
}

#ornament{
    display: none;
}

.icon-hr{
    display: block;
    position: relative;
    width: 98%;
    height:13px;
    border-bottom: 1px solid #5F2263;
    text-align: center;
    margin: 0px auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.icon-hr img{
    width: 30px;
}

.cards-box{
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

.cards-box.cards-brown .card{
    background: #382500!important;
}



.card{
    display: flex;
    position: relative;
    flex-direction: column;
    background-color: #5F2263;
    color:#FFF;
    border-radius: 8px;

    width:100%;
    text-align: center;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.2); 
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.2);	
}



.card:last-child{
    margin-right: 0;
}


.card h4{
    font-size: 24px;
    margin:0px;
    margin-bottom: 10px;
}

.card p{
    font-size: 16px;
    margin-bottom: 16px;
}


footer{
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 30px;
    width: 100%;
    border-top:1px solid #CCC;
    text-align: center;
}


@media screen and (min-width:992px){

    h1{
        font-size: 48px;
    }

    h3{
        font-size: 34px;
    }
    
    p{
        font-size: 24px;
    }
    
    .modal-body p{
        font-size: 18px;
    }

    #headerBar{
        background-color: transparent;		
    }	

    #headerArc{
        display: block;
    }

    #headerContent{
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        width: 96%;
        margin: 0px auto;
        height:auto;
    }

    #headerContent #phone,
    #headerContent #logo,
    #headerContent #email{
        display: flex;
        width:33.3333%;
        font-size:24px;
    }

    #headerContent #logo img{
        width:175px;
        height:auto;
    }

    #headerContent #phone,
    #headerContent #email{
        padding-top: 15px;
    }

    #headerContent #logo img{
        margin: 0px auto;
    }

    #headerContent #email{
        text-align: right;		
        justify-content: flex-end;
    }

    #headerContent #email img,
    #headerContent #phone img{
        margin-right: 8px;
    }

    #mobileNavTrigger{
        display: none;
    }
    

    .card h4{
        font-size: 29px;
    }

    .icon-hr{
        height:26px;
    }

    .icon-hr img{
        width: 60px;
    }


    footer{
        font-size: 24px;
    }

} @media screen and (min-width:1600px){

    #headerContent #phone,
    #headerContent #email{
        padding-top: 35px;
    }	

    #ornament{
        display: block;
        position: absolute;
        right:0px;
        top:90px;
        z-index: -1;
    }
}
